gtk4.git
2014-05-23 Matthias ClasenDocs: Minor changes
2014-05-23 Matthias ClasenDocument gtk_gesture_set_state
2014-05-23 Matthias Clasendocs: gtk_gesture_cancel_sequence was made private
2014-05-23 Matthias Clasendocs: More GtkEventController removal
2014-05-23 Matthias Clasendocs: GtkEventController was dropped from public api
2014-05-23 Carlos Garnachopaned: Use GtkGesture to handle handle dragging
2014-05-23 Carlos Garnachoswitch: Use GtkGesture to handle input events
2014-05-23 Matthias Claseninspector: Add more complete gesture support
2014-05-23 Matthias Claseninspector: Minimal support for gestures
2014-05-23 Matthias ClasenAdd back a private api to list controllers
2014-05-23 Carlos Garnachotexthandle: Make a bigger hit area around texthandles
2014-05-23 Carlos Garnachogesture: Declare GtkGesture:window as an object property
2014-05-23 Carlos Garnachowidget: 3-way merge ate my g_object_ref()
2014-05-23 Carlos Garnachoscrolledwindow: Handle directional cancellation if...
2014-05-23 Carlos Garnachowidget: remove check on whether the controller was...
2014-05-23 Carlos Garnachopan: Remove wrong check
2014-05-23 Carlos Garnachoentry: Ensure the cursor text handle is shown after...
2014-05-23 Carlos Garnachopopover: Hide widget first when disposing
2014-05-23 Carlos Garnachoentry: Obey implementations' frame when placing handles...
2014-05-23 Carlos Garnachoentry: Improve touch popover interaction
2014-05-23 Carlos Garnachotextview: Show the magnifier popover a bit farther...
2014-05-23 Carlos Garnachotextview: Improve touch popover interaction
2014-05-23 Carlos Garnachoentry: Use gestures to handle pointer/touch events
2014-05-23 Carlos Garnachospinbutton: Attach "swipe to spin" controllers to the...
2014-05-23 Carlos Garnachocolorplane: Fully port to GtkGesture
2014-05-23 Carlos Garnachogdk: Lookup both device and global cursor when checking...
2014-05-23 Carlos Garnachobutton: Make multipress gesture exclusive
2014-05-23 Carlos Garnachogesturesingle: Add an "exclusive" boolean property
2014-05-23 Carlos Garnachobutton: Use GtkGestureMultiPress for signal emission
2014-05-23 Carlos Garnachodrag: Allow gtk_gesture_get_start_point/offset() to...
2014-05-23 Carlos Garnachomultipress: Add matching ::released signal
2014-05-23 Carlos Garnachomultipress: Protect against fleeting touches mistrigger...
2014-05-23 Carlos Garnachotextview: Set up controllers on the GTK_PHASE_TARGET...
2014-05-23 Carlos Garnachowidget: Hook GTK_PHASE_TARGET controllers to the defaul...
2014-05-23 Carlos Garnachogesture: Add GTK_PHASE_TARGET
2014-05-23 Carlos Garnachogesture: Handle GdkEventGrabBroken
2014-05-23 Matthias ClasenGtkColorSwatch: Use gesture for button events too
2014-05-23 Matthias ClasenGtkWindow: Only use a multipress gesture for toplevels
2014-05-23 Matthias ClasenBe careful about the list of event controllers
2014-05-23 Carlos Garnachotextview: Convert gestures' coordinates to text window...
2014-05-23 Carlos Garnachotextview: Use GtkGestureDrag for text selection/DnD
2014-05-23 Carlos Garnachotextview: Use GtkGestureMultiPress for click handling
2014-05-23 Carlos Garnachowidget: tighten the conditions at which a press event...
2014-05-23 Carlos Garnachowidget: Fix gesture event handler retval for bubbled...
2014-05-23 Carlos Garnachogesture: Prevent against sequence cancellation within...
2014-05-23 Carlos Garnachogesture: Make gtk_gesture_get_last_update_time() private
2014-05-23 Carlos Garnachogesture: Remove gtk_gesture_get_last_event_type
2014-05-23 Carlos Garnachogesture: make gtk_gesture_cancel_sequence() private
2014-05-23 Carlos Garnachogesture: Make gtk_gesture_check() private
2014-05-23 Carlos Garnachodnd: Check on the right gesture sequence when starting...
2014-05-23 Carlos Garnachogesture: Simplify gesture/widget interaction public API
2014-05-23 Carlos Garnachowidget: Keep a widget reference around _gtk_widget_run_...
2014-05-23 Carlos Garnachogesture: Add explanatory note in GtkGesture::end
2014-05-23 Carlos Garnachogesture: Cancel sequences that make a gesture exceed...
2014-05-23 Carlos Garnachowidget: Change slightly the gesture cancellation policy...
2014-05-23 Carlos Garnachorotate: Ensure delta is between [0..2Ï€]
2014-05-23 Carlos Garnachopan: make the direction factor less narrow in v/h direc...
2014-05-23 Carlos Garnachogesture: Handle GDK_TOUCH_CANCEL events
2014-05-23 Carlos Garnachogesture: Protect against odd window hierarchies
2014-05-23 Carlos Garnachoswipe: Don't emit ::swipe if there are still active...
2014-05-23 Matthias ClasenPrevent subclassing of gestures
2014-05-23 Matthias ClasenGtkSpinButton: Don't leak the gestures
2014-05-23 Matthias ClasenGtkWindow: Don't leak the gesture
2014-05-23 Matthias ClasenGtkTreeView: Remove unused field
2014-05-23 Matthias Clasengtk3-demo: Don't leak the color chooser
2014-05-23 Matthias ClasenGtkColorPlane: Actually add the long press gesture
2014-05-23 Matthias ClasenGtkButton: Don't leak the gesture
2014-05-23 Matthias ClasenForgotten file
2014-05-23 Matthias ClasenGtkButton: Port to GtkGesture
2014-05-23 Carlos Garnachowidget: remove GtkGesture-related signals
2014-05-23 Carlos Garnachodocs: Add missing GtkEventController functions
2014-05-23 Carlos Garnachowidget: Add docs for GtkGesture-related API
2014-05-23 Carlos Garnachogesturesingle: doc fixes
2014-05-23 Carlos Garnachozoom: doc fixes
2014-05-23 Carlos Garnachoswipe: doc fixes
2014-05-23 Carlos Garnachorotate: doc fixes
2014-05-23 Carlos Garnachopan: doc fixes
2014-05-23 Carlos Garnachomultipress: doc fixes
2014-05-23 Carlos Garnacholongpress: doc fixes
2014-05-23 Carlos Garnachodrag: doc fixes
2014-05-23 Carlos Garnachogesture: doc fixes
2014-05-23 Carlos Garnachoeventcontroller: doc fixes
2014-05-23 Carlos Garnachodocs: Add missing controller/gesture docs
2014-05-23 Carlos Garnachopan: Add missing documentation
2014-05-23 Carlos Garnachozoom: Add missing documentation
2014-05-23 Carlos Garnachorotate: Add missing documentation
2014-05-23 Carlos Garnachoswipe: Add missing documentation
2014-05-23 Carlos Garnachodrag: Add missing documentation
2014-05-23 Carlos Garnacholongpress: Add missing documentation
2014-05-23 Carlos Garnachomultipress: Add missing documentation
2014-05-23 Carlos Garnachogesturesingle: Add missing documentation
2014-05-23 Carlos Garnachogesture: Add missing documentation
2014-05-23 Carlos Garnachoeventcontroller: Add missing documentation
2014-05-23 Carlos Garnachoenums: Add missing docs to controller/gesture enums
2014-05-23 Carlos GarnachoRemove GtkPressAndHold
2014-05-23 Carlos Garnachoenums: Document GtkPropagationPhase
2014-05-23 Carlos Garnachospinbutton: increase/decrease value on upwards/downward...
2014-05-23 Carlos GarnachoAdd GtkGesturePan
2014-05-23 Carlos Garnachorange: Replace GtkPressAndHold with GtkGestureLongPress
2014-05-23 Carlos Garnachoswipe: Add function to retrieve the current velocity
next